appendEffect

abstract fun appendEffect(block: DesignBlock, effectBlock: DesignBlock)

Inserts an effect at the end of the list of effects. The same effect can appear multiple times in the list and won't be removed if appended again. Required scope: "appearance/effect"

Parameters

block

the block to append the effect to.

effectBlock

the effect to insert.